Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_GetOrientation

You can use the Q3Box_GetOrientation function to get the orientation of a box.

TQ3Status Q3Box_GetOrientation (
TQ3GeometryObject box, 
TQ3Vector3D *orientation);
box
A box.
orientation
On exit, the orientation of the specified box.
DESCRIPTION
The Q3Box_GetOrientation function returns, in the orientation parameter, the orientation of the box specified by the box parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996